Boolean[].Copy (gb)

Function Copy ( [ Start As Integer, Length As Integer ] ) As Boolean[]

Returns a deep copy of the array.

  • If Start is specified, then only creates an array with the elements from the Start position.

  • If Length is specified, then only copies Length elements from the Start position.